com.sun.n1.sps.model.difference
Interface RunningDiffBean


public interface RunningDiffBean

This interface provides information about Difference Job and Settings. This information includes the following.


Method Summary
 java.util.Date getCompleteDate()
          Returns the date a DifferenceJob completed, if the action completed.
 DifferenceJobID getDifferenceJobID()
          Returns the ID of the DifferenceJob.
 DifferenceSettings getDifferenceSettings()
          Returns the DifferenceSettings for the DifferenceJob.
 DifferenceSettingsID getDifferenceSettingsID()
          Returns DifferenceJob's DifferenceSettingsID
 boolean getIsRunning()
          Checks if DifferenceJob is running.
 java.util.Date getStartDate()
          Returns the date a DifferenceJob was started.
 

Method Detail

getIsRunning

boolean getIsRunning()
Checks if DifferenceJob is running.

Returns:
true if DifferenceJob is running.

getStartDate

java.util.Date getStartDate()
Returns the date a DifferenceJob was started.

Returns:
the date the DifferenceJob was started, null if a DifferenceJob was not started.

getCompleteDate

java.util.Date getCompleteDate()
Returns the date a DifferenceJob completed, if the action completed.

Returns:
completion date if DifferenceJob is completed, null if DifferenceJob was not completed.

getDifferenceJobID

DifferenceJobID getDifferenceJobID()
Returns the ID of the DifferenceJob.

Returns:
DifferenceJob ID.

getDifferenceSettingsID

DifferenceSettingsID getDifferenceSettingsID()
Returns DifferenceJob's DifferenceSettingsID

Returns:
DifferenceJob's DifferenceSettingsID

getDifferenceSettings

DifferenceSettings getDifferenceSettings()
Returns the DifferenceSettings for the DifferenceJob.

Returns:
The DifferenceSettings for the DifferenceJob.